Skip to content

Installation

ConfigBundleOperator can be installed directly using the Kubernetes manifests provided with the project.

The deployment manifest contains all the resources required to run the operator, including the ConfigBundle CRD, ServiceAccount, RBAC resources, and Deployment.

For a detailed explanation of how these resources work together, see Deployment → Deployment Manifest.

Kopf Peering

kubectl apply -f https://github.com/nolar/kopf/raw/main/peering.yaml 

Opeartor Deployment

kubectl apply -f deployment.yaml

This will install the required resources and start the operator.

You can verify the installation with:

kubectl get pods

Once the operator Pod is running, ConfigBundleOperator is ready to reconcile ConfigBundle resources.